<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}

h1,h2,h4{font-size:12px;font-weight:bold;line-height: 1.5}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.x-banner{overflow:hidden;}
.x-banner img{
    width: 100%;
    object-fit: cover;
    animation: banner 30s linear infinite;
}
.owl-carousel.owl-drag .owl-item{overflow:hidden;}

@keyframes banner {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.search{position: absolute;top:100px;right: 8.3%;display: none;overflow: hidden;width:235px;padding:10px;border:solid 1px #cacaca;border-radius:4px;background-color:#fff;}
.search #formsearch {}
.search #formsearch input {height: 45px;/*background: #f7f7f7;*/line-height: 45px;border-radius:4px;border:none;color:#747474;float: left;outline: none;}
.search #formsearch input#keyword {text-indent:5px;font-size:14px;width:168px;}
.search #formsearch input#s_btn {width:45px;cursor: pointer;font-size:14px;}

@media (max-width: 768px) {
   
    .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
   }

   /* æ‰‹æœºé¡µè„š */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #434343;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}
@media (max-width: 768px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.c3{
    overflow: hidden;
}
body{
    padding-bottom: 0;
}
.heng{
    height: 20px;
}</pre></body></html>